home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / rmlost.man < prev    next >
Encoding:
Text File  |  1991-08-17  |  1.2 KB  |  34 lines

  1. ' $Header: /sprite/src/cmds/rmlost/RCS/rmlost.man,v 1.0 91/07/08 10:30:21 mottsmth Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS RMLOST cmds
  4. .BS
  5. .SH NAME
  6. rmlost \- a perl script to clean lost+found directories
  7. .SH SYNOPSIS
  8. \fBrmlost\fR  [\fB\-v\fR] [\fb\-i\fR] [\fb\-v\fR] [\fb\-a\fR] [\fIfilesystems\fR]
  9. .SH OPTIONS
  10. .IP "\fB\-i\fR" 14
  11. Interactive option. rmlost asks for confirmation for each
  12. group of files found in a filesystem before it deletes them.
  13. .IP "\fB\-v\fR" 14
  14. Verbose option. Prints helpful messages as it proceeds.
  15. .IP "\fB\-a\fR" 14
  16. Examine all filesystems. This can be a lengthy process.
  17. .BE
  18. .SH INTRODUCTION
  19. .PP
  20. \fBRmlost\fP cleans out a user's files in the lost+found directories.
  21. With no arguments, /lost+found is checked, otherwise the specified
  22. filesystems are checked.  If the \fB\-a\fR option is given, all
  23. the filesystems generated with the \fBdf\fR command are examined.
  24. .PP
  25. For each filesystem, all the files owned by the user are
  26. removed.  If the \fB\-i\fR option is given, confirmation is
  27. requested before the deletion is performed.
  28. .SH BUGS
  29. Perl doesn't seem to let you ^C the script. To kill the
  30. thing, type ^Z and issue a KILL to the process
  31. .SH KEYWORDS
  32. lost+found
  33.  
  34.